home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / fontutil.6 / fontutil / fontutils-0.6 / bzr / ChangeLog < prev    next >
Encoding:
Text File  |  1992-10-27  |  7.0 KB  |  220 lines

  1. Tue Oct 27 12:56:04 1992  Karl Berry  (karl@cs.umb.edu)
  2.  
  3.     * Version 0.6.
  4.  
  5. Sun Oct 18 17:06:39 1992  Karl Berry  (karl@cs.umb.edu)
  6.  
  7.     * bzr_{in,out}put.c (BZR_CHAR_{MIN,MAX}_{COL,ROW}): No `BZR_'
  8.     prefix anymore.
  9.  
  10.     * bzr_input.c (bzr_get_next_char): New routine (it was declared in
  11.     bzr.h, but not defined!).
  12.         (bzr_get_char): Call it.
  13.  
  14. Thu Sep  3 09:29:33 1992  Karl Berry  (karl@hayley)
  15.  
  16.         * Version 0.5.
  17.  
  18. Fri Aug 14 17:19:21 1992  Karl Berry  (karl@hayley)
  19.  
  20.         * bzr_{input,output}.c: doc fixes.
  21.  
  22. Thu Aug 13 17:21:44 1992  Karl Berry  (karl@hayley)
  23.  
  24.         * README: delete font format definition, since we're now describing it
  25.           in the Texinfo documentation.
  26.  
  27. Tue Jul 28 09:39:33 1992  Karl Berry  (karl@hayley)
  28.  
  29.         * bzr_output.c: doc fix.
  30.  
  31. Tue May 26 16:23:55 1992  Kathy Hargreaves  (kathy@hayley)
  32.  
  33.         * bzr_input.c (bzr_close_input_file): set bzr_input_file to NULL
  34.           after closing it.
  35.  
  36. Tue Apr 14 13:49:04 1992  Karl Berry  (karl@hayley)
  37.  
  38.         * bzr_output.c (bzr_put_char): output the right opcodes if we are
  39.           abbrev'ing.
  40.  
  41.         * bzr_input.c (bzr_get_char): use a switch instead of else if's.
  42.  
  43.         * bzr_output.c ({MIN,MAX}_ABBREV): new constants, approx -.5 and .5.
  44.         (ABBREV_P): use them here.
  45.         (bzr_put_abbrev_scaled): and here.
  46.  
  47.         * bzr_input.c (bzr_get_abbrev_scaled): do sign extension properly.
  48.  
  49. Sun Apr 12 14:28:05 1992  Karl Berry  (karl@hayley)
  50.  
  51.         * README: update for abbrev commands.
  52.         * bzr_opcodes.h (SPLINE_ABBREV, LINE_ABBREV, BOC_ABBREV,
  53.           CHAR_LOC_ABBREV): new opcodes.
  54.         * bzr_input.c (bzr_get_abbrev*): new fn.
  55.         (bzr_get_{char,postamble}): interpret the abbrev cmds.
  56.         (BZR_GET_TWO): new macro.
  57.         * bzr_output.c (bzr_put_abbrev*): new fn.
  58.         (bzr_put_{char,postamble}): use the abbrev cmds if possible.
  59.         (BZR_PUT_TWO): new macro.
  60.         (ABBREV_P): new macro.
  61.  
  62. Sat Mar 28 07:45:36 1992  Karl Berry  (karl at hayley)
  63.  
  64.         * Version 0.4.
  65.  
  66.         * Change copyright years to 1992 only.
  67.  
  68. Sat Mar  7 11:12:06 1992  Karl Berry  (karl at hayley)
  69.  
  70.         * GNUmakefile (files, headers, sources): replace with `c_and_h', etc.
  71.  
  72. Thu Jan  9 08:30:33 1992  Karl Berry  (karl at hayley)
  73.  
  74.         * *.c: do not include global.h.
  75.  
  76.         * *.h: remove #pragma once.
  77.  
  78. Wed Jan  8 15:29:53 1992  Karl Berry  (karl at hayley)
  79.  
  80.         * update copyright messages.
  81.  
  82.         * change `allocate to `xmalloc', `reallocate' to `xrealloc', and
  83.           `string_copy' to `strdup'.
  84.  
  85. Tue Nov 19 16:58:10 1991  Karl Berry  (karl at hayley)
  86.  
  87.         * bzr_input.c (bzr_get_char): change warning message.
  88.  
  89. Tue Jul 30 13:16:58 1991  Karl Berry  (karl at ra.cs.umb.edu)
  90.  
  91.         * Version 0.3.
  92.  
  93. Sat Jun 15 09:47:49 1991  Karl Berry  (karl at hayley)
  94.  
  95.         * all files: change `checked_' to `x'.
  96.  
  97. Thu Jun  6 07:19:28 1991  Karl Berry  (karl at hayley)
  98.  
  99.         * All files: change to version 2 of the GPL.
  100.  
  101. Mon Mar 11 09:22:54 1991  Karl Berry  (karl at hayley)
  102.  
  103.         * README: BZR files don't have the interword space any more.
  104.         * bzr_output.c (bzr_put_preamble): don't output it.
  105.         * bzr_input.c (bzr_get_preamble): don't read it.
  106.  
  107. Thu Mar  7 07:31:22 1991  Karl Berry  (karl at hayley)
  108.  
  109.         * Version 0.2.
  110.  
  111. Tue Feb 26 06:48:25 1991  Karl Berry  (karl at hayley)
  112.  
  113.         * bzr_input.c (bzr_close_input_file): do not free `char_loc',
  114.           since it isn't dynamically allocated any more.
  115.  
  116. Mon Feb 25 15:21:47 1991  Karl Berry  (karl at hayley)
  117.  
  118.         * bzr_input.c (char_loc): make a static, as in `bzr_output.c',
  119.           instead of using `malloc'.
  120.  
  121.         * GNUmakefile (sources): remove `bzr_util.c'.
  122.         * bzr_input.c (bzr_open_input_file): initialize the locators
  123.           inline.
  124.         * bzr_output.c (bzr_open_output_file): likewise.
  125.         * bzr_util.h: rename to `bzr_types.h'.
  126.         
  127.         * bzr_{input,output}.c: rename external routines to start with
  128.           `bzr'; change error messages, etc.
  129.  
  130. Sat Feb 16 17:07:28 1991  Karl Berry  (karl at hayley)
  131.  
  132.         * *.c: #include "config.h".
  133.  
  134. Wed Jan 16 16:23:45 1991  Karl Berry  (karl at hayley)
  135.  
  136.         * bzr_input.c (get_bzr_char): only append the spline list to the
  137.           character shape if it's nonempty.
  138.  
  139. Tue Jan 15 15:43:47 1991  Karl Berry  (karl at hayley)
  140.  
  141.         * bzr_input.c (get_bzr_char): the shape is now a list of splines.
  142.         * bzr_output.c (put_bzr_char): likewise.
  143.  
  144. Wed Jan  9 07:04:53 1991  Karl Berry  (karl at hayley)
  145.  
  146.         * README: state that outside curves must go counterclockwise.
  147.  
  148. Wed Dec 26 15:15:15 1990  Karl Berry  (karl at hayley)
  149.  
  150.         * bzr_output.c (font_bb): use MAXFLOAT and MINFLOAT, instead of
  151.           MAXDOUBLE and MINDOUBLE, since Sun's atof can't deal with
  152.           the latter.
  153.  
  154. Sun Dec  9 15:24:12 1990  Karl Berry  (karl at hayley)
  155.  
  156.         * bzr_input.c, bzr_output.c: replace BZR_CHAR_CODE and
  157.           BZR_SET_WIDTH with CHAR_CODE and CHAR_SET_WIDTH.
  158.  
  159. Sat Nov 17 12:50:38 1990  Karl Berry  (karl at hayley)
  160.  
  161.         * bzr_input.c, bzr_output.c: include appropriate file-...h files.
  162.  
  163. Wed Aug 29 13:49:15 1990  Karl Berry  (karl at hayley)
  164.  
  165.         * bzr_input.c (get_bzr_byte, ...): add the filename to calls to
  166.         get_byte, and rewrite as macros.
  167.         * bzr_output.c (put_bzr_byte, ...): likewise.
  168.  
  169. Fri Jun 22 15:25:12 1990  Karl Berry  (karl at hayley)
  170.  
  171.         * bzr_input.c (get_bzr_postamble): always read the character
  172.         locators.
  173.  
  174.         * bzr_input.c (get_bzr_postamble): read the POST byte.
  175.  
  176.         * bzr_input.c (open_bzr_input_file): allocate the space for the
  177.         character locators before initializing them.
  178.  
  179. Tue Jun 19 11:15:11 1990  Karl Berry  (karl at hayley)
  180.  
  181.         * bzr_output.c (bzr_cur_pos): `cur_pos' is now `checked_ftell';
  182.         rename to bzr_ftell.
  183.  
  184.         * bzr_input.c (bzr_ftell, bzr_fseek): new routines.
  185.         
  186.         * bzr_input.c (get_next_bzr_char): rename back to get_bzr_char,
  187.         and take an argument that specifies the character code.
  188.  
  189.         * bzr_input.c (bzr_get_postamble): read the character count; read
  190.         the postamble starting at the end of the file, instead of the
  191.         beginning. 
  192.         * bzr_output.c (bzr_put_postamble): write the character count.
  193.  
  194.         * bzr_input.c (bzr_get_preamble): read the interword space.
  195.         * bzr_output.c (bzr_put_preamble): write the interword space.
  196.  
  197. Sat Jun 16 09:11:24 1990  Karl Berry  (karl at hayley)
  198.  
  199.         * bzr_input.c (get_bzr_char): rename to get_next_bzr_char.
  200.  
  201. Mon Jun  4 11:17:47 1990  Karl Berry  (karl at hayley)
  202.  
  203.         * bzr_input.c (get_bzr_postamble): read the font bounding box in
  204.         the right order.
  205.  
  206.         * bzr_output.c (font_bb): define to be a real bounding box, not an
  207.         integer one.
  208.  
  209.         * bzr_input.c (get_bzr_postamble): don't count EOF as a non-NO_OP.
  210.  
  211.         * bzr_input.c (get_bzr_postamble): don't continue reading pas the
  212.         end of the file.
  213.  
  214.         * bzr_input.c (get_bzr_postamble): don't skip over the POST_POST.
  215.  
  216.         * bzr_input.c (bzr_get_scaled): sign extend the upper byte.
  217.         
  218.         * bzr_input.c (get_bzr_char): read the bounding box info in the
  219.         right order.
  220.